1. Add Two Numbers Concepts: prompt(),console.log() 2.Print the random number from 1 to 6 String ------- 1. String 1: GreensTechnology Find the last index of o 2. String 2: JavascriptSQL Find the index of Q 3.Print the random letters from "kanishka" 4.Get the email id from the user and verify '@' is present or not? 5. Reverse the string "welcome to js" Array task ----------- 1.print the last element of array when the values are dynamically change. 2.let a=[1,2,3,4,5,6] Replace 4,5,6 with 99,22,11 3.Insert 100 in the begining 4.Add 188 in end 5.Insert 0 in the middle.use a.length to find the middle position 6.let a=[11,23,56,12,45,234,10] print greater than 30 using filter function 7.let a=[11,23,56,12,45,234,10] print the sum of values using reduce function 8.let a=[11,23,56,12,45,234,10] iterator the array using map function Looping ------- 1.Description: Write a program to print even number from 1 to 100 2.Description: Find the sum of odd number 1 to 50 3. * ** *** **** ***** Events ------- Calculate length of cm to feet using the html, CSS, JS DATE ---- 1.Print Current Date and Time in UI 2.print 15:25 29-07-2027 3. Case 1 to 7 . Print the Thursday using switch case